home *** CD-ROM | disk | FTP | other *** search
/ Stanley's Sticker Stories / Stanley's Sticker Stories (1997)(Edmark)[Mac-PC].iso / mac / DemoData / Shared.Cxt / 00009_Field_9.txt < prev    next >
Text File  |  1996-09-30  |  256b  |  7 lines

  1. WaitTime theSeconds
  2. Use this function to hold continue looping on a frame for a number of seconds.  Good for tempo stuff.
  3. Example: This code fragment waits for 5.5 seconds regardless of the tempo setting.
  4.  
  5. on exitFrame
  6.     waitTime(5.5)
  7. end exitFrame